home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso
/
pc
/
assets
/
gray-mpc.dcr
/
00002_startMovie & preparemovie.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-21
|
344 b
|
18 lines
global checkForFullScreen, mtime
on startMovie
puppetSound(1, 0)
checkForFullScreen = 0
mtime = 0
sprite(1).visible = 1
sprite(20).visible = 1
sprite(21).visible = 1
sprite(22).visible = 0
repeat with i = 141 to 146
sprite(i).visible = 0
end repeat
repeat with i = 151 to 156
sprite(i).visible = 1
end repeat
end